home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / E / Exegesis Tools.cpt / Exegesis Tools / background_5419.txt < prev    next >
Text File  |  1990-12-13  |  5KB  |  248 lines

  1. -- background: 5419 from stack: in
  2. -- bmap block id: 12308
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Imp Back
  6. ----- HyperTalk script -----
  7. on opencard
  8.   --this comes from Stack Developer by Steve Drazga
  9.   put (the number of this card - the number of first card of this background+1) into field "Page Num"
  10. end opencard
  11.  
  12.  
  13. -- part 13 (field)
  14. -- low flags: 00
  15. -- high flags: 0002
  16. -- rect: left=38 top=44 right=59 bottom=138
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 128
  21. -- text size: 9
  22. -- style flags: 0
  23. -- line height: 12
  24. -- part name: Scripture 
  25.  
  26.  
  27. -- part 2 (field)
  28. -- low flags: 00
  29. -- high flags: 2007
  30. -- rect: left=38 top=63 right=308 bottom=467
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 128
  35. -- text size: 10
  36. -- style flags: 0
  37. -- line height: 13
  38. -- part name: 1st Impress
  39.  
  40.  
  41. -- part 11 (button)
  42. -- low flags: 00
  43. -- high flags: 2000
  44. -- rect: left=24 top=316 right=341 bottom=54
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 12042 / 12042
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Home
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual effect iris open
  56.   go Home
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 12 (button)
  62. -- low flags: 00
  63. -- high flags: 2000
  64. -- rect: left=448 top=314 right=342 bottom=485
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 1012 / 1012
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Return
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   go to card ID 2974
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 14 (button)
  81. -- low flags: 00
  82. -- high flags: 0000
  83. -- rect: left=445 top=39 right=64 bottom=475
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Next
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   go to next card
  95. end mouseUp
  96.  
  97.  
  98. -- part 15 (button)
  99. -- low flags: 00
  100. -- high flags: 0000
  101. -- rect: left=466 top=23 right=53 bottom=490
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: Prev
  110. ----- HyperTalk script -----
  111. on mouseUp
  112.   go to previous card
  113. end mouseUp
  114.  
  115.  
  116. -- part 16 (button)
  117. -- low flags: 00
  118. -- high flags: 2000
  119. -- rect: left=57 top=316 right=342 bottom=84
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 26635 / 26635
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: How to…
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   push card
  131.   go to card id 8834
  132. end mouseUp
  133.  
  134.  
  135.  
  136.  
  137. -- part 18 (button)
  138. -- low flags: 00
  139. -- high flags: 2000
  140. -- rect: left=296 top=317 right=342 bottom=323
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 1013 / 1013
  143. -- text alignment: 1
  144. -- font id: 0
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: Next
  149. ----- HyperTalk script -----
  150. on mouseUp
  151.   visual effect wipe left
  152.   go to next card of this bkgnd
  153. end mouseUp
  154.  
  155.  
  156.  
  157. -- part 19 (button)
  158. -- low flags: 00
  159. -- high flags: 2000
  160. -- rect: left=188 top=317 right=342 bottom=215
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 1014 / 1014
  163. -- text alignment: 1
  164. -- font id: 0
  165. -- text size: 12
  166. -- style flags: 0
  167. -- line height: 16
  168. -- part name: Prev
  169. ----- HyperTalk script -----
  170. on mouseUp
  171.   visual effect wipe right
  172.   go to prev card of this bkgnd
  173. end mouseUp
  174.  
  175.  
  176.  
  177. -- part 20 (field)
  178. -- low flags: 01
  179. -- high flags: 0000
  180. -- rect: left=225 top=321 right=339 bottom=285
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 1
  184. -- font id: 3
  185. -- text size: 12
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: page num
  189.  
  190.  
  191. -- part 21 (button)
  192. -- low flags: 00
  193. -- high flags: 2000
  194. -- rect: left=368 top=308 right=342 bottom=401
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 22076 / 22076
  197. -- text alignment: 1
  198. -- font id: 0
  199. -- text size: 12
  200. -- style flags: 0
  201. -- line height: 16
  202. -- part name: Delete Card
  203. ----- HyperTalk script -----
  204. on mouseUp
  205.   answer "Delete this card?" with "Cancel" or "Yes"
  206.   if it is "cancel" then exit mouseUp
  207.   set the cursor to 4
  208.   set lockscreen to true
  209.   domenu "delete Card"
  210.   go prev
  211.   set lockScreen to false
  212. end mouseUp
  213.  
  214.  
  215.  
  216. -- part 22 (button)
  217. -- low flags: 00
  218. -- high flags: 2000
  219. -- rect: left=409 top=310 right=342 bottom=446
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 1007 / 1007
  222. -- text alignment: 1
  223. -- font id: 0
  224. -- text size: 12
  225. -- style flags: 0
  226. -- line height: 16
  227. -- part name: ImageWriter
  228. ----- HyperTalk script -----
  229. on mouseUp
  230.   answer "Print ‚ÄúImpressions‚Äù Report or Card?" with "Cancel" or "Report" or "Card"
  231.   if it is "Cancel" then
  232.     exit mouseUp
  233.   end if
  234.   if it is "Report" then
  235.     domenu "Print Report..."
  236.     exit mouseUp
  237.   end if
  238.   if it is "Card" then
  239.     open printing with dialog
  240.     if it is empty then
  241.       exit mouseUp
  242.     else
  243.       print this card
  244.       close printing
  245.     end if
  246.   end if
  247. end mouseUp
  248.